New project in Appcelerator Studio builds and compiles to simulator with no problem. Choosing an iOS device to build it do presents an error after invoking xcodebuild.
I've downloaded the Geocoder-Sample project from Appcelerator and it compiles and sends to the same device no problem.
There is no code done. I'm using the stock template from a new project creation and trying to send it to the iPhone.
The error being shown:
[ERROR] : 2019-06-08 09:29:00.360 xcodebuild[5225:52111] DTDeviceKit: deviceType from 5bf3c1e2f2cc885d5f3db33825847fab3e4f80b6 was NULL [ERROR] : 2019-06-08 09:29:00.361 xcodebuild[5225:52111] DTDeviceKit: deviceType from 5bf3c1e2f2cc885d5f3db33825847fab3e4f80b6 was NULL
I'm using a correct provisioning profile and developer certificate.
We got this problem in Flutter after updating XCode. We've solved it executing:
flutter clean
I used react-native run-ios --device <device name>
from the command line and encountered this error. It turned out that I had no Apple Developer account added in Xcode, and there was no message about it when building from a shell. I went to Xcode > Preferences... > Accounts
and added one.
Then Xcode suggested adding my phone as a device for development to my Apple Developer account. After doing so, errors disappeared, and an app got installed on the iPhone.
Flutter- In my case, I have deleted the previous build with same bundle Id.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With