ios - apple LLVM 6.1 error Could not read profile: No such file or directory (after upgrade to XCode 6.4/7.0 beta2) -


i'm trying compile cordova project. project working fine xcode 6.3 , ios 8.3 phone. upgraded phone 8.4 stopped working. tried xcode 6.4 - got error. tried xcode 7.0 beta 2 - got error. search on google shows many have problem no solution. tried clean code, project->build for->generate optimization profile, restart computer, etc. noting help.

it cordova's problem: fix it:

  1. remove both platform , plugins folders.
  2. cordova platform add ios
  3. add plugins again.
  4. don't forget select profile on project's first tab.

same steps when trying remove plugin (never working ios).


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -