ios - Xcode continues to pull outdated PhoneGap -
first, issue. have built ios mobile app client in xcode using phonegap. on machine, app compiles fine. when sent app , assets client him compile on machine, throw error , not load phonegap header file. dug around , turned out header file (pgplugin.h) literally not in installation of phonegap. zipped phonegaplib directory , replaced phonegaplib files mine.
yet, when tried run, did not discover header file. part of debugging process (i'm rookie on macs , xcode, basic), rename phonegaplib directory phonegaplibold ensure when did that, xcode not find needed, verifying indeed pulling source files each time compiled. not case! when rename phonegaplib directory, compiles if nothing has changed.
cleaning project, cleaning build folder, , clearing simulator data not change things.
how can xcode refresh phonegap can discover files sent client? or ask question differently, why when rename phonegaplib directory, xcode compiles fine if nothing has changed?
does have phonegap or cordova? it's been renamed since moving on apache.
there plugin migration guide in cordova dmg, e.g. replacing references pgplugin.h cdvplugin.h amongst other things.
Comments
Post a Comment