Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

163,119 results found

Post

Replies

Boosts

Views

Activity

Developing on two separate mac computers
Are there any limitations with developing on two separate mac computers. I have a macBook and an iMac. The macbook is running XCode 7.2.1 and the iMac is running XCode 10.3. I have inherited a mobile app and I am trying to learn and upgrade the code to a later version of Xcode. I have been running into several code signing issues when I try and build / distribute the app. I get errors that it couldn't find the signing certificate, the provisioning profile, etc. Lots of errors ...Biggest questions:1.) What should I avoid doing that will screw up the existing production app? Don't mess with anything production.- this includes production certificates and production provisioning profiles2.) how to fix the existing build issues so that I can deploy a test app?
1
0
592
Apr ’17
Attachments with Object Tracking on visionOS 2
I have been able to get object tracking working with vision OS 2. So now in my reality view, when my reference object is detected - I am overlaying digital content on top of the reference object. I am implementing this with a Transform entity and attaching an object anchor to the entity and then placing my digital content in the scene (inside Reality Composer Pro) I now want to know if it's possible to create attachments and attach them to the digital content (say modelXYZ) that is spawned when the physical object is detected. If I need to write SwiftUI code to do this that works together with my RCP scene (that has the object tracking content), how do I do this? Some sample code or some reference to accomplish this would be extremely helpful
1
0
647
Jul ’24
Code Signing Failure: code signature is invalid
codesign -dvvv BignoteHID2.kextExecutable=/Library/Extensions/BignoteHID2.kext/Contents/MacOS/BignoteHID2Identifier=com.islkorea.kext.bignote2Format=bundle with Mach-O thin (x86_64)CodeDirectory v=20200 size=210 flags=0x0(none) hashes=3+3 location=embeddedHash type=sha1 size=20CDHash=e0f774fc6fd4ce5b446be8418a56ae69293d09d6Signature size=4241Authority=Developer ID Application: ISLKorea Co., Ltd (REQYHZKQGZ)Authority=Developer ID Certification AuthorityAuthority=Apple Root CASigned Time=2016. 7. 2. 오전 12:06:44Info.plist entries=21TeamIdentifier=REQYHZKQGZSealed Resources version=2 rules=12 files=0Internal requirements count=1 size=220sudo kextutil BignoteHID2.kextDiagnostics for /Library/Extensions/BignoteHID2.kext:Code Signing Failure: code signature is invalidERROR: invalid signature for com.islkorea.kext.bignote2, will not loadWhat's problem?
2
0
1.7k
Jul ’16
Enrollment stuck for 2 months
Hi all. I have been trying to enroll in the Apple Developer Program for around 2 months. I have made couple of payments and received order confirmation email saying order will be processed within 2 business days. I have received no further emails I can find. Can anyone please advice me how I can check the status of my enrollment or if something more is needed for my order to be processed. Many thanks.
2
0
230
May ’26
VisionOS 2 Beta crash - doesNotRecognizeSelector plane
In Xcode 16 beta 1 and 3, when running a VisionOS 2 simulator on an SwiftUI app that ran successfully in VisionOS 1, I received the following crash at startup: Thread 1: *** -[NSProxy doesNotRecognizeSelector:plane] called! I've gone through my code attempting to find any references to a plane method, but I have no such calls in my code, leading me to suspect that this is somehow related to VisionOS beta simulator code. Has anyone else run into this bug and worked around it somehow?
2
0
870
Jul ’24
Same App with two UIs (iPhone and iPad Version)
Hello, is it possible to develop an app that has the same feature set, but two totally different UIs? I would like to make an iPad app that will more than likely become an iPhone app. I don't want to just copy the code and rebuild it, because later on when I make change to the code I want it to be reflected in both apps. If I make it universal then everything will look squashed when I later build the iPhone version.Essentially I want have two storyboards (iPhone and iPad) and have them Use the same code behind.Thanks,TWOLFF
2
0
1.3k
Aug ’17
Strange code coverage issue
Xcode 9.3Seeing a very odd issue with code coverage. I have two unit tests which ultimately test every branch in the following init function (put breakpoints to double-check that). Yet code coverage is putting red in the gutter along with a zero next to the lines in the if-blocks.Build is debug and code coverage turned on. I have not seeing the issue in other classes.init(data aData: Data?) { // Function called 482 times during full unit test run index = 0 let theLength : Int if let theData = aData { theLength = theData.count // Code coverage shows zero here and zone is colored red data = theData } else { // Code coverage shows 482 here (which cannot be since the if-block is reached 90%+) theLength = 0 data = Data() } length = theLength }Same exact thing happens for a simple test class. Unit test created two instances, one passing in a 2, the other 3. Breakpoints prove both are hit, yet code coverage not reflecting that:class IIF
7
0
3.5k
Apr ’18
Reply to Storing static string secure
You keep writing ‘Store securely’. That is a good question and you received two answers 1) in the keychain and 2) by adding or changing certain characters so only your app’s hard code can decode it. But your real question is ‘how can I place a secret token in my app’ and for that question only #2 is applicable.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’19
Notarization - invalid 2, Package Invalid
I have code signed a screen saver (legacy screen saver) I have verified it is code signed using: codesign -vvv --deep --strict pathtofile (valid on disk, satisfies its Designated Requirement) I have tried putting the file into a folder and then using: /usr/bin/ditto -c -k --keepParent APP_PATH ZIPPATH and I have tried just zipping the .saver file using the same ditto command. Then I try to notarize by using: xcrun altool -notarize-app --primary-bundle-id com.xxx.screen.zip -username appleID -password appSpecificPassword --asc-provider ProviderShortName --file screensaver.zip It says No errors uploading and gives me a RequestUUID back. However at the end of all this, it tells me it was not notified, that status = invalid, status code = 2, Package invalid How can I find out what the problem is? Where did I go wrong? Thanks!
3
0
1.8k
Aug ’20
How can I verify archive with two factor authentication?
I am running Xcode on Yosemite and have finished a new version of an app. I want to make an ad hoc distribution for testing as done with previous versions but this is now blocked as I cannot upgrade my appleID - Xcode connection with the now compulsory two factor code. There's no place to type it in. I started with Xcode 6.4 but have since moved to 7.2, but the issue is still there. How far do I have to upgrade (OS and Xcode) in order to be again able to work and distribute?
0
0
948
Mar ’19
Connect Two Apps
HiI wanted to know how would I connect two apps to each other. I am making an app similar to Uber in Xcode with Swift. An example of what I need help with is in Uber when someone requests a ride that person can see who their driver is and the drivers info on the customer app and the driver gets the passengers info in the Uber employee app. Even if one person is using an iPhone and the other is using Android. If possible I would like to know how to do this using Firebase. One app is for customers and the other is for employees. How would I do this using Swift in XCode. I’m sorry if this is to broad but it’s the best I could describe what I need help with.Thank You
1
0
657
Jun ’18
Developing on two separate mac computers
Are there any limitations with developing on two separate mac computers. I have a macBook and an iMac. The macbook is running XCode 7.2.1 and the iMac is running XCode 10.3. I have inherited a mobile app and I am trying to learn and upgrade the code to a later version of Xcode. I have been running into several code signing issues when I try and build / distribute the app. I get errors that it couldn't find the signing certificate, the provisioning profile, etc. Lots of errors ...Biggest questions:1.) What should I avoid doing that will screw up the existing production app? Don't mess with anything production.- this includes production certificates and production provisioning profiles2.) how to fix the existing build issues so that I can deploy a test app?
Replies
1
Boosts
0
Views
592
Activity
Apr ’17
Two Thanksgiving 5K Awards
I have two Thanksgiving 5K Awards:November 22, 2016November 24, 2016Not complaining, no extra charge. 😁
Replies
0
Boosts
0
Views
387
Activity
Jan ’17
Attachments with Object Tracking on visionOS 2
I have been able to get object tracking working with vision OS 2. So now in my reality view, when my reference object is detected - I am overlaying digital content on top of the reference object. I am implementing this with a Transform entity and attaching an object anchor to the entity and then placing my digital content in the scene (inside Reality Composer Pro) I now want to know if it's possible to create attachments and attach them to the digital content (say modelXYZ) that is spawned when the physical object is detected. If I need to write SwiftUI code to do this that works together with my RCP scene (that has the object tracking content), how do I do this? Some sample code or some reference to accomplish this would be extremely helpful
Replies
1
Boosts
0
Views
647
Activity
Jul ’24
Code Signing Failure: code signature is invalid
codesign -dvvv BignoteHID2.kextExecutable=/Library/Extensions/BignoteHID2.kext/Contents/MacOS/BignoteHID2Identifier=com.islkorea.kext.bignote2Format=bundle with Mach-O thin (x86_64)CodeDirectory v=20200 size=210 flags=0x0(none) hashes=3+3 location=embeddedHash type=sha1 size=20CDHash=e0f774fc6fd4ce5b446be8418a56ae69293d09d6Signature size=4241Authority=Developer ID Application: ISLKorea Co., Ltd (REQYHZKQGZ)Authority=Developer ID Certification AuthorityAuthority=Apple Root CASigned Time=2016. 7. 2. 오전 12:06:44Info.plist entries=21TeamIdentifier=REQYHZKQGZSealed Resources version=2 rules=12 files=0Internal requirements count=1 size=220sudo kextutil BignoteHID2.kextDiagnostics for /Library/Extensions/BignoteHID2.kext:Code Signing Failure: code signature is invalidERROR: invalid signature for com.islkorea.kext.bignote2, will not loadWhat's problem?
Replies
2
Boosts
0
Views
1.7k
Activity
Jul ’16
Enrollment stuck for 2 months
Hi all. I have been trying to enroll in the Apple Developer Program for around 2 months. I have made couple of payments and received order confirmation email saying order will be processed within 2 business days. I have received no further emails I can find. Can anyone please advice me how I can check the status of my enrollment or if something more is needed for my order to be processed. Many thanks.
Replies
2
Boosts
0
Views
230
Activity
May ’26
VisionOS 2 Beta crash - doesNotRecognizeSelector plane
In Xcode 16 beta 1 and 3, when running a VisionOS 2 simulator on an SwiftUI app that ran successfully in VisionOS 1, I received the following crash at startup: Thread 1: *** -[NSProxy doesNotRecognizeSelector:plane] called! I've gone through my code attempting to find any references to a plane method, but I have no such calls in my code, leading me to suspect that this is somehow related to VisionOS beta simulator code. Has anyone else run into this bug and worked around it somehow?
Replies
2
Boosts
0
Views
870
Activity
Jul ’24
two tab bar controllers
I want to make two tab bar controllers. One for group A and the other for group B.How to branch them?Can I get some hints?
Replies
3
Boosts
0
Views
350
Activity
Oct ’15
Same App with two UIs (iPhone and iPad Version)
Hello, is it possible to develop an app that has the same feature set, but two totally different UIs? I would like to make an iPad app that will more than likely become an iPhone app. I don't want to just copy the code and rebuild it, because later on when I make change to the code I want it to be reflected in both apps. If I make it universal then everything will look squashed when I later build the iPhone version.Essentially I want have two storyboards (iPhone and iPad) and have them Use the same code behind.Thanks,TWOLFF
Replies
2
Boosts
0
Views
1.3k
Activity
Aug ’17
Strange code coverage issue
Xcode 9.3Seeing a very odd issue with code coverage. I have two unit tests which ultimately test every branch in the following init function (put breakpoints to double-check that). Yet code coverage is putting red in the gutter along with a zero next to the lines in the if-blocks.Build is debug and code coverage turned on. I have not seeing the issue in other classes.init(data aData: Data?) { // Function called 482 times during full unit test run index = 0 let theLength : Int if let theData = aData { theLength = theData.count // Code coverage shows zero here and zone is colored red data = theData } else { // Code coverage shows 482 here (which cannot be since the if-block is reached 90%+) theLength = 0 data = Data() } length = theLength }Same exact thing happens for a simple test class. Unit test created two instances, one passing in a 2, the other 3. Breakpoints prove both are hit, yet code coverage not reflecting that:class IIF
Replies
7
Boosts
0
Views
3.5k
Activity
Apr ’18
Reply to Storing static string secure
You keep writing ‘Store securely’. That is a good question and you received two answers 1) in the keychain and 2) by adding or changing certain characters so only your app’s hard code can decode it. But your real question is ‘how can I place a secret token in my app’ and for that question only #2 is applicable.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’19
Reply to Stop XCode IDE expropriating alternate MacOS Desktops
why swiping to Desktop 2 ? Not enough screen real estate. I work off a laptop and optionally sidecar an iPad. Desktop 1 for code, Desktop 2 for Browser, Email, etc.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to My app will be Rejected from last 5 days, What is the issue?
I got same message from my app. I am using this account over 2 years. 2 apps are already submitted. This was my 3rd app. This is very little radio app. Just 2 page and few functions. I meant to say there is no harmful and suspicious codes. I don't understand why this happened
Replies
Boosts
Views
Activity
Mar ’22
Notarization - invalid 2, Package Invalid
I have code signed a screen saver (legacy screen saver) I have verified it is code signed using: codesign -vvv --deep --strict pathtofile (valid on disk, satisfies its Designated Requirement) I have tried putting the file into a folder and then using: /usr/bin/ditto -c -k --keepParent APP_PATH ZIPPATH and I have tried just zipping the .saver file using the same ditto command. Then I try to notarize by using: xcrun altool -notarize-app --primary-bundle-id com.xxx.screen.zip -username appleID -password appSpecificPassword --asc-provider ProviderShortName --file screensaver.zip It says No errors uploading and gives me a RequestUUID back. However at the end of all this, it tells me it was not notified, that status = invalid, status code = 2, Package invalid How can I find out what the problem is? Where did I go wrong? Thanks!
Replies
3
Boosts
0
Views
1.8k
Activity
Aug ’20
How can I verify archive with two factor authentication?
I am running Xcode on Yosemite and have finished a new version of an app. I want to make an ad hoc distribution for testing as done with previous versions but this is now blocked as I cannot upgrade my appleID - Xcode connection with the now compulsory two factor code. There's no place to type it in. I started with Xcode 6.4 but have since moved to 7.2, but the issue is still there. How far do I have to upgrade (OS and Xcode) in order to be again able to work and distribute?
Replies
0
Boosts
0
Views
948
Activity
Mar ’19
Connect Two Apps
HiI wanted to know how would I connect two apps to each other. I am making an app similar to Uber in Xcode with Swift. An example of what I need help with is in Uber when someone requests a ride that person can see who their driver is and the drivers info on the customer app and the driver gets the passengers info in the Uber employee app. Even if one person is using an iPhone and the other is using Android. If possible I would like to know how to do this using Firebase. One app is for customers and the other is for employees. How would I do this using Swift in XCode. I’m sorry if this is to broad but it’s the best I could describe what I need help with.Thank You
Replies
1
Boosts
0
Views
657
Activity
Jun ’18