Closed kmcrawford closed 1 week ago
I was able to get around this issue by setting the plist to:
<key>CodePushServerURL</key>
<string>$(CODE_PUSH_SERVER_URL)</string>
Then:
CODE_PUSH_SERVER_URL
and set its value to @kmcrawford what are the steps for setting up with live server ? while file need to upload on server
This has nothing to do with the server setup, this is all client side and building the iOS application.
Perhaps this issue should be with https://github.com/microsoft/react-native-code-push repo
When setting up the info.plist to include the
CodePushServerURL
Example:
You get this error: (masked)
If I look at the
Preprocessed-Info.plist
I see the following:The end of the string is missing, I'm not sure it likes the
//
. I could wrap this in double quotes to get it to build but I'm not sure if that will cause additional issues.