Hi
I zipped up my whole project directory from my old laptop and download it to my new laptop. new laptop has xcode 13.2. i probably had xcode 11 or 12 earlier. when i build the app on xcode 13.2, i get this error:
Build input file cannot be found: '/Users/iosdev/Downloads/iOSApps/ewftabbed/ewftabbed/Base.lproj/Main.storyboard' How do I fix this?
In the /Users/iosdev/Downloads/iOSApps/ewftabbed/ewftabbed/Base.lproj/ dir, I do see Main.storyboard.xml
Also, when I build the app and launch on simulator, I get:
Failed to install the requested application Domain: NSPOSIXErrorDomain Code: 22 Failure Reason: The bundle identifier of the application could not be determined. Recovery Suggestion: Ensure that the application's Info.plist contains a value for CFBundleIdentifier. User Info: { DVTErrorCreationDateKey = "2023-05-12 21:42:43 +0000"; IDERunOperationFailingWorker = IDELaunchiPhoneSimulatorLauncher; bundleURL = "file:///Users/iosdev/Library/Developer/Xcode/DerivedData/ewftabbed-gpquzuniqvxllsejhxsjwricchzl/Build/Products/Debug-iphonesimulator/EWF.app/"; }
In the project=>targets=>general=>identity: i do see "Bundle Identifier" as "com.ewf.ios.EWF"
I see same Bundle Identifier under "Signing & Capabilities" tab.
My project is in objective-C
Appreciate any help.