Getting following warnings for build in Xcode 10 GM version
Xcode 10
Skipping code signing because the target does not have an Info.plist file. (in targe
A general approach is to make a info.plist and add it to your project. Also remember to add it to the build settings of your target. This way the warning goes away.