Post

Replies

Boosts

Views

Activity

How to export all project codes into a file
I have a project in obj-C and I want to save the whole project code into a file. I have followed the following: Open your project in Xcode. Select your project in the Project navigator, and then select the target you want to export. Click on the "File" menu in Xcode, and then click on "Export". However, export is greyed out. Please help.
1
0
1.1k
Mar ’23
Unsuccessful load app binary iOS 13 on App Store after having used it with Xcode 12
Live app for iOS 13 but used on Xcode 12 without updating the project settings.  Now  back on Xcode 11.50, but  unable to submit it yo App Store with error message: Profile doesn't include the com.apple.application-identifier entitlement and doesn't match the entitlements file's values for the application-identifier and keychain-access-groups entitlements. Looked at the usual suspects but everything seems fine. Please help
5
0
634
Jun ’20
Unsuccessful load app binary iOS 13 on App Store after having used it with Xcode 12
Live app for iOS 13 but used on Xcode 12 without updating the project settings.  Now  back on Xcode 11.50, but  unable to submit it yo App Store with error message: Profile doesn't include the com.apple.application-identifier entitlement and doesn't match the entitlements file's values for the application-identifier and keychain-access-groups entitlements. Looked at the usual suspects but everything seems fine. Please help
1
0
400
Jun ’20
AVKit Video Player error
Hi I am using the code: VideoPlayer(player: AVPlayer(url:  myURL) ) Its not playing and in the debug , the error seems to be 2020-06-24 14:36:32.551320+0100 App Name[7219:1537101] [] [14:36:32.551] itemasyncSetProperty signalled err=-12785 (kCMBaseObjectErrorInvalidated) (owning player is invalidated) at /Library/Caches/com.apple.xbs/Sources/EmbeddedCoreMedia/EmbeddedCoreMedia-2729.5.1.3/Prototypes/Player/FigPlayer_Async.c:3239
1
0
1k
Jun ’20
Unable to install iOS 13.4.5 beta 2
All new beta releases, watch, iPad and Mac have been installed. However, the iPhone one is not working. The error is Unable to Verify Updateios 13.4.5 failed verification because you are no longer connected to the internet"this has been going for several days. Up to now, I have tried:1) deleted profile and reinstall profile after phone reset2) reset phone3) move from WiFi to 4ganyone had the same issue please?i Have an iPhone 11 Prothanks for any help you may provide
14
7
14k
Apr ’20
How to adapt font on SwiftUI?
Want to adapt text font when using SwiftUI so that it can fit when displaying dynamic text data of various length in a navigation bar title. can't seem to find the modifier. Code is .navigationBarTitle(Text(mydata[0]) sadly this modifier does not work : .lineLimit(2) any suggestion?
0
0
494
Jun ’19