Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Build input file cannot be found: How to change path of file [xcode]

$
0
0

I am using react native for showing webview of my page in android and ios.

I have changed package name in android and my app.json file to new name. Everything is working ok with android.

Now when I try to build project in ios using xcode I have error

Build input file cannot be found:'/Users/admin/restapp/restapp/ios/RestApp/main.m' (in target'RestApphhopp' from project 'RestApp')

Build input file cannot befound: '/Users/admin/restapp/restapp/ios/RestApp/AppDelegate.m'

Which really doesn't exist on that path.

This files are located in /Users/admin/restapp/restapp/ios/RestApphhopp/

Anyone knows where to change this path?


Viewing all articles
Browse latest Browse all 16552

Trending Articles