Netbeans 7.4 with PhoneGap and iOs - ios

I created a new PhoneGap project with Netbeans 7.4
and I tried to run the ios simulator
in iOS simulator has created an icon. clicking it opens for a few seconds, the splash of the application and then closes
the console of the mac I can see this log
backboardd[30110]: The 'com.coolappz.barno' bundle at (null) does not have an executable path. Please check the bundle's Info.plist file.
i try to:
- new project
- Reset Content and Settings ios Simulator
i use phonegap-2.9.0 SDK
for now i haven't Provisioning Profile

NetBeans 7.4 does not support phonegap. It supports cordova 3.0+

Related

React Native app, does not show in iPhone setting app

I am new to react native, When I run the iOS project from Xcode, it is installed successfully.
However, I am not able to see my app in the setting app of the iPhone.
Xcode Version - 11.6
iphone version - 13.7
Although I am getting following error when checked the devices in organizer.
there is an issue for that but for workaround it just add settings bundle to your ios project.
Adding the Settings Bundle
Open your workspace inner ios folder with xcode
To add a Settings bundle to your Xcode project:
Choose File > New > New File.
Under iOS, choose Resource, and then select the Settings Bundle template.
Name the file Settings.bundle.

Cordova iOS Build in Netbeans

I am building a cordova app using Netbeans 8.0. My problem is that although it builds on Xcode, I am getting the following error in Netbeans.
update-ios:
cordova prepare ios
build-ios-xcodebuild:
xcodebuild: error: SDK "iphoneos6.0" cannot be located.
/Users/abc123/nbproject/build.xml:178: exec returned: 64
BUILD FAILED (total time: 2 minutes 0 seconds)
Xcode is at version 5.1. I assume I need to add the SDK path to a file somewhere, but I don't know where that is nor where to put it.
I can still use Xcode if I have to but it is quite cumbersome when the Android version still uses Netbeans. The provisioning profile is set correctly.
In netbeans goto configure cordova. You can find a link by clicking on the build device icon. from the popup select mobile platform setup. put the correct path there.
I was in the same situation. Using Netbeans 8.0.2, Xcode 6.1.1 e IOS Simulator 8.1 (550.3)
The tip, in the commentaries, from tl8, is great. Go to the Project Files Tab (Cmd+2 or on the menu bar, Windows -> Files).
On the files:
YourProject/nbproject/ios.properties
YourProject/nbproject/ios_1.properties
Inside those files you can make the changes. The first concerns to the simulator version. The second is about the ios version on the device.

phoneGap iOs PluginManager

I use phonegap/cordova >= 3.0.0
Unfortunately I don't have an apple developer-membership.
Therefor I created a brandnew phonegap project on my mac. Without developer-key I couldn't run the project from the termina. So I opened xCode and I imported the created project. Now I put my android-project files from my windows computer into the www-order of the mac.
If I now start the app on a simulator by xCode, I always get a pluginManager message I don't understand:
Edit:
I added the plugin by console and now I get this error on xCode:
I just put the entire phonegap folder from android into the ios www folder of xCode. Do I have to readd the plugins on mac then?

iOS app exits before launch

I am new to iOS development and as a newbie I’ve created a very simple Hello World application using Xcode 4.3.3 against iOS 5.0 SDK on my MacBook air. I have set Deployment Target to 3.2 and Base SDK (in build settings) has been set to iOS 5.1
The output build runs fine on iPhone 4.3 simulator but when I copy output HelloWorld.app to my jailbroken iPod using a SSH client the app icon appears however when I run it, the app exits before launch.
My iPod OS version is 4.2.1 and I can run a lot of app from cydia however it sounds like I’m missing something when I build my own app.
Valid Architecture is set to armv6 armv7
Is there anybody help me with that?
The executable that is deployed to the Simulator cannot be just copied to a device. Xcode should do it for you and it needs a development certificate. There is a way, however, to patch Xcode to do it without certificate, but you have to search how to do it.

Dreamweaver + PhoneGap + Xcode App build nightmare

The issue is that I cannot now successfully build my Dreamweaver + PhoneGap App in Xcode for release in the iTunes App Store.
Background - I have been building an app using Dreamweaver and the built-in PhoneGap. To start with everything was working, including the emulator which started via Dreamweaver and the Xcode build. I have an early version of the app running on my iPhone right now with no problem.
After installing Lion on release, I started to encounter problems in that the App would not start in the emulator straight from Dreamweaver, but produced a fail message. However it did make an App bundle which could then be opened from Xcode itself. That was fine, but unfortunately now the App will not build or run at all in the emulator or my 'phone, which seems to stem from me doing a Clean in Xcode which I haven't done for a while. Very frustrating as it has been 3 months work and I was just about to release it on iTunes.I would be really grateful for ideas - the full buildlog.log is here http://bit.ly/tbYzVU
You may notice in your build log the following error on Line 39, which appears many times in your log:
ERROR: The requested SDK ("4.3") is not installed.
The version of PhoneGap you're using in Dreamweaver is looking for the iOS 4.3 Simulator at:
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
However, when upgrading to Mac OS X 10.7 "Lion" and presumably installing Xcode 4.2 from the AppStore, you probably only have the iOS 5 SDK. From the Xcode release notes:
What's New in Version 4.2.1
Features and enhancements in previous Xcode updates:
Xcode 4.2 includes SDKs for Mac OS X 10.7 Lion and iOS 5.
To verify what SDKs (Software Developer Kits) you have on your computer, open the following directory in the Finder:
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
It's likely that all you need to do is adjust which SDK Dreamweaver is targeting when building or emulating your app.
In your situation, you'll want to change your Site/App's SDK from iOS 4 to iOS 5.
From the Dreamweaver Help section for Packaging Web Applications, refer to Creating an Application Package (Mac OS):
Select Site > Mobile Applications > Configure Application Framework
Confirm iOS Developer Tools Path is configured to /Developer
Select Site > Mobile Applications > Application Settings
Under Select Target OS Version, for "iPhone/iPod Touch/iPad, choose 5.0
Build your App using Site > Mobile Applications > Emulate and Build

Resources