Posts

Post not yet marked as solved
14 Replies
14k Views
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
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
0 Replies
723 Views
Using packages and dependencies, the API is included, but it always seems to be missing a function/functionality. Any instructions or experience in using same? If so, please share.
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
940 Views
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.
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
2 Replies
255 Views
Need xcode 10.1 to migrate a swift project. Any working link I can use.
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
31 Replies
123k Views
Anyone got and resolved this issue:The operation couldn’t be completed. Unable to log in with account 'j.neerunjun@ntlworld.com'. An unexpected failure occurred while logging in (Underlying error code 1100).Please help
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
5 Replies
590 Views
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
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
378 Views
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
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
1k Views
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
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
6 Replies
5.1k Views
struct ContentView: View { @State private var num = 0 var body: some View { Text("Hello, World!") self.num += 1 }}How can I increment num? i have tried all suggestions i have received, but no luck ...
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
592 Views
Have an error when I use Form. This happened on XCode for Beta 1 and Beta 2NavigationView{ Form{ Text("Hello World") }
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
0 Replies
451 Views
How to add buttons to actionsheet and identify which one has been clicked?
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
0 Replies
473 Views
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?
Posted
by Dev_ios.
Last updated
.