Xcode: invalid symlink error when trying to run app in iOS simulator -


at end of app's compilation phase, see following error:

enter image description here

this temp directory that's created every time run. tried deleting no avail.

the app runs fine on device.

any appreciated.

that error happens when app contains symlink points outside app bundle. when building device or simulator, xcode creates app bundle, copies out mobileinstallation install or update. mobileinstallation not install app has symlinks locations outside app bundle.

do have simulator-specific build scripts or steps? bundle contain symlinks? open products group in xcode. right-click on "<name>.app" , select "show in finder". right-click app , select "show package contents". examine app presence of symlinks. can open directory in terminal , use ls -al. links have l character in first position.

the other possibility have file permission problem or other filesystem corruption. run disk utility check errors. assuming ok, can reset simulators xcrun simctl erase all.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -