Problem with xcode when try to publish a react native app - ios

I am currently trying to publish an app based on reactNative, which was first compiled with xcode 9 and now when I try to publish it with xcode 10 it throws me the following error:
'__rip' in '__darwin_arm_thread_state64
any ideas ?
thanks to everyone!
sorry this is a fully error log message!!
no member named '__rip' in '__darwin_arm_thread_state 64'

Try this: https://github.com/facebook/react-native/issues/19839#issuecomment-422390104
Or don't build & run on psychical device -> use XCode Simulator :-)

Related

Operation not permitted error upon app termination

I can see below error in Xcode whenever I terminate my app on device.
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
I am not getting why I am getting this? Can this create any issue within my application?
I tried searching on google and tried those options, but no help.
Below are the other details -:
1) Xcode version -: 11.3.1
2) Device OS Version -: 13.3.1
3) Device -: iPhone XS Max
Any help would be really appreciated. Thanks in advance.

Error when uploading nativescript/angular 2 iOS application

Please, someone can help. Since the update of XCODE to 8.1, I get the following error when trying to upload the application to the store : ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'org.nativescript.TNSWidgets' under the iOS application 'careeat.app'."
#Nikolay Tsonev, not exactly the same error. The one you are taking about can be resolved only on rebooting your mac.

xCode 7 - dyld`dyld_fatal_error:

When I was attempting to run my game (the code was generated by unity), I can get all the way to run the game in the simulator (for iPhone 5S - as thats the phone I have) but when I go to try and run it on my real iPhone, It will install, and then it will try to run, but I get a blank screen, and on my computer theres the error:
dyld`dyld_fatal_error:
-> 0x1200a5088 <+0>: brk #0x3
and beside the second line is:
Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1200a5088)
The app will only open if xcode is trying to run it, but it will freeze, and if you just try click into the app on the actual phone it will quit out straight away.....
Anyone any ideas?
I just had this problem and resolved it by doing a hard clean (Cmd + Shift + Opt + K) and then re-building.
Try to go into Build settings -> Configuration -> Scripting Backend -> Mono2x (not IL2CPP)
Same problem occurred in Xcode 8. Found out that I am using a device of iOS 9. Same app run but no problem found in another iOS 10 device.
It seems that this occur when debugging only. The release app has no problem after installing via iTune.

Error in configuring iOS App for Push Notifications with Parse

I am following all the instructions here (i'm using Swift) without error. I can even build the project fine. When I connect my iPhone (5C) and try to run the app on the phone, I get the following error
Here's the error message in case it is not visible in the image:
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-stdlib-tool failed with exit code 1
What am I doing wrong? I am using iPhone 5C for this.
hate to answer my own question but this issue is resolved now. I restarted the project completely and followed all the steps again, no issue anymore.

xcode instrument problem

i try to use intrument application from xcode to find out about some leaks in my app, i can use it when i running my app on simulator, but the problem is, when i try to use instrument on running my app on device, it give me warning like this
target failed to run : remote exception encountered : 'Executable 'MyApp' ' is already running as process 97 which was lauched from the 'Xcode Debugger' process
is it something wrong?? i dont know what wrong step i made before, can somebody help me??
thank you
this seems that your app is already running in your device and you are trying to run it again with instrument, try to close your app completely from device and then start it again with instrument.

Resources