Post

Replies

Boosts

Views

Activity

Reply to xcode13.4.1:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Seems that xCode 13.4.1 can not distribute for pre iOS11( this can be checked in TestFlight). Even if debug is still possible. The only workaround I found was using xCode 13.4 and doing some extra configuration : Build Settings / deployment / oAlways Embed Swift Libraries = Yes Build Settings / deployment / strip swift symbol = No Also when uploading : unselect 2 first options about BitCode and Strip Swift Symbols Tested successfully with iPhone 5 iOS 10.3.4 In the release notes of xCode it is not always easy to determine the lowest supported iOS version. New xCode 14 suppressed iOS10 and below support : it means all non 64 bits processor devices not supported. Debug is no more possible.
Sep ’22
Reply to App use system language for location authorization dialog
@MobileTen : The problem is that Apple can refuse an app for this problem which not under developer responsibility.
Replies
Boosts
Views
Activity
May ’22
Reply to NavigationView scrolling broken when using TabView
Not sure you do it right : you try to use navigation title for each tab. The logic off this is not clear : you should use a Text at the top of the view. As your tab view is inside a view inside a navigation stack the navigation title should be on the tab view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Exception Type: SIGSEGV QuartzCore crash
Seems you are using some deprecated functions from coreAudio . This may be related : do you have any warning during compilation ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to TestFlight crashing when accessed via Public Link
Did they check that there device version is compatible ?
Replies
Boosts
Views
Activity
May ’22
Reply to There is a solution to avoid auto update of an existing application ?
begite submitting app for review you can choose between 3 options : publish manually publish automatically when validated publish after delay this is at the bottom of page where you enter app information
Replies
Boosts
Views
Activity
May ’22
Reply to https://appstoreconnect.apple.com/apps can't access for a long time
Currently (2022-05-12 17:01 gmt+2) I can access App Store Connect . Possibly same problem as this post
Replies
Boosts
Views
Activity
May ’22
Reply to App rejected because duplication but still on same publisher
Did you explain this to apple review team ?. Have exact different icons, names , descriptions ?
Replies
Boosts
Views
Activity
May ’22
Reply to Testflight not shwing build app, when uploaded successfully form xcode,
when On App Store Connect , do you see the build in TestFlight ? If yes, did you set the cryptography requirements ? If yes did you send invitation to email user ?
Replies
Boosts
Views
Activity
Jun ’22
Reply to ITMS-90899 : how to select macOS 12.4 or macOS 12.5 when submitting iOS app
I could find a way to suppress the warning by adding LSMinimumSystemVersion : 12.3 in Info.plist. It seems that the one specified in xCode in info tab is not used. For information, it is a SwiftUI app with MacCatalyst activated (optimised for Mac) with minimum 12.3 in info tab.
Replies
Boosts
Views
Activity
Aug ’22
Reply to xcode14:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
I have the same problem with app submitted to TestFlight and running on iOS10.3.4. using xCode 13.4.1 to build App run fine started from xCode (debug or release mode) on the device App run fine on device under iOS 15.7 even with TestFlight Problem is there since at least 01/09/2022 Feedback : FB11529856
Replies
Boosts
Views
Activity
Sep ’22
Reply to I cannot find my physical device in the menu below.
the preview is not a full simulator and should be used only for design: that is how i use it.
Replies
Boosts
Views
Activity
Sep ’22
Reply to App crashes in review but works well in Simulator or real device.
Did you tried to install the app from TestFlight ? It may gives different results.
Replies
Boosts
Views
Activity
Sep ’22
Reply to App instantly crashes via Testflight
Did you search in the device console log for an error at start of the app . Currently there seems to be a problem of «library not loaded » on some iOS version (eg : iOS 10.3.4)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Cloud Managed Apple Apple Distribution certificate expires in one week
App on AppStore work until the end of your enrolment period and is automatically kept if you renew it. You will need to upgrade your certificate to submit after the end time of the certificate.
Replies
Boosts
Views
Activity
Sep ’22
Reply to xcode13.4.1:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Seems that xCode 13.4.1 can not distribute for pre iOS11( this can be checked in TestFlight). Even if debug is still possible. The only workaround I found was using xCode 13.4 and doing some extra configuration : Build Settings / deployment / oAlways Embed Swift Libraries = Yes Build Settings / deployment / strip swift symbol = No Also when uploading : unselect 2 first options about BitCode and Strip Swift Symbols Tested successfully with iPhone 5 iOS 10.3.4 In the release notes of xCode it is not always easy to determine the lowest supported iOS version. New xCode 14 suppressed iOS10 and below support : it means all non 64 bits processor devices not supported. Debug is no more possible.
Replies
Boosts
Views
Activity
Sep ’22