Hansen
Apple Fan
Profile
Posts: 33
Reg: Aug 20, 2012
Clive
4,930
07/31/13 06:51 AM (10 years ago)

Invalid Configuration Data ???

Working on an app, the build succeeded in Xcode, but when starting the simulator keeps giving me a popup window that states "The configuration data for this application is invalid" I've looked through everything and tried to clean, but can not get past this window. I am using a menu with image as the home page, and believe that is all set up correctly. Any advice?
 
MrT
Aspiring developer
Profile
Posts: 81
Reg: Jan 21, 2013
Dallas
3,010
like
07/31/13 07:23 AM (10 years ago)
Have you added the plugin folder to your xcode project?
 
Hansen
Apple Fan
Profile
Posts: 33
Reg: Aug 20, 2012
Clive
4,930
like
07/31/13 07:34 AM (10 years ago)
Yes, thank you. I added the plugin folder. Tried redownloading the app and placed it into Xcode again as well, same issue. I am using the audio streamer plugin, that is about the only different thing I am using from the few other times I have created apps and had no problems. But I do not see anything in the manual that asks for any special installations? Maybe that has nothing to do with my problem.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
07/31/13 07:36 AM (10 years ago)
Invalid JSON is caused by an extra double-quote somewhere in your config. Copy your Configuration Data (JSON Data) into this URL: http://jsonlint.com This will tell you where the error is. Jake
 
Hansen
Apple Fan
Profile
Posts: 33
Reg: Aug 20, 2012
Clive
4,930
like
07/31/13 07:44 AM (10 years ago)
Thank you!
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
07/31/13 07:49 AM (10 years ago)
Yep - I like to use http://jsonformatter.curiousconcept.com/ to solve my JSON errors - it formats it for you and lets you jump right to the errors. :)
 
Hansen
Apple Fan
Profile
Posts: 33
Reg: Aug 20, 2012
Clive
4,930
like
07/31/13 07:56 AM (10 years ago)
Jake, likely a very basic thing, but where do I obtain the configuration data?
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
07/31/13 07:57 AM (10 years ago)
Go to the control panel, then click "Configuration Data" if you are on Buzztouch.com or if you are self hosted, click "JSON Data" Jake
 
Hansen
Apple Fan
Profile
Posts: 33
Reg: Aug 20, 2012
Clive
4,930
like
07/31/13 08:01 AM (10 years ago)
Ah! O.K., I was looking for it in Xcode. Thank you
 
Hansen
Apple Fan
Profile
Posts: 33
Reg: Aug 20, 2012
Clive
4,930
like
07/31/13 10:17 AM (10 years ago)
Jake, Chris, It worked! Simple fix, now I can move forward again, but had to stop and say thanks for the direction.
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
07/31/13 10:20 AM (10 years ago)
Great - glad you got it working! :)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.