Check dependencies code sign error safarilauncher.app OR Could not read CFBundleIdentifier from Info.plist
If you are working on Appium and you have followed these step to get an error
Now that you have a profile open a terminal and run the following commands:
- git clone https://github.com/appium/appium.git
- install npm using brew – brew install npm
- cd appium
- ./reset.sh --ios --real-safari –launcher
I entered my provisioning profile and my code signing identity
Clicked build I got this error error: could not read CFBundleIdentifier from Info.plist (null)
Did a clean and rebuild but got the same error
Did a clean and built from ./build.sh and got the same error
Comments
Post a Comment