This error occurs, when i try to export the app for iOS

fuse build --target=iOS --run

2017-01-27 13:04:59.855 ios-deploy[854:376037] [ !! ] Can’t access app path ‘build/Release-iphoneos/SwipePlaces.app’ : No such file or directory

Hi golharamit,

Does XCode still open? We’ll investigate that error message, but it shouldn’t prevent your app from working.

Yes, Xcode has open. still facing same problem .But It work fine for Android preview and export.

Xcode showing these error messages

Signing for “SwipePlaces” requires a development team. Select a development team in the project editor.
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.2’
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.2’

It sounds like you just need to set your app up for signing then. Have you seen https://www.fusetools.com/docs/preview-and-export/signing#ios ?

Now I’m able to export the app from Xcode, But still not from cmd terminal .
I’m using this command to export and preview
fuse build --target=iOS --run

admins-iMac:Mvl admin$ fuse build --target=iOS --run

Uno 0.43.8 (build 4429) OS X 10.11 i386 33d72e9

Configuring
Target is up-to-date – stopping build (pass --force to override)
Building iOS app
xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance
(0.1 s)

Build completed in 0.23 seconds


2017-01-27 16:46:10.587 ios-deploy[4969:1292816] [ !! ] Can’t access app path ‘build/Release-iphoneos/Mvl.app’ : No such file or directory

ERROR: iOS run failed.
fuse: Errors were encountered while building the project

I’m not familiar with this problem, but it seems to be an issue with XCode: http://stackoverflow.com/questions/17980759/xcode-select-active-developer-directory-error

Okay, Thanks For your quick replay #Anders Schau Knatten. I got some hints to solve the problem. thank you so much

Happy to help! :slight_smile: