IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Build. Show all posts
Showing posts with label Build. Show all posts

Monday, March 3, 2014

Could not build module..

I'm trying to build my app on iPhone4-4s and get errors:

Could not build module 'Darwin'

Cyclic dependency in module 'Darwin': Darwin -> Foundation -> CoreFoundation -> Darwin

Could not build module 'CoreFoundation'

Could not build module 'Foundation'

But, on iPhone 5-5s it's working well.

PS. Build settings -> Architecture -> Architectures and change the option to architecture ( armv7 , armv7s ) not working for me.

I use Xcode 5.0


View the original article here

Saturday, January 18, 2014

Could not build module..

I'm trying to build my app on iPhone4-4s and get errors:

Could not build module 'Darwin'

Cyclic dependency in module 'Darwin': Darwin -> Foundation -> CoreFoundation -> Darwin

Could not build module 'CoreFoundation'

Could not build module 'Foundation'

But, on iPhone 5-5s it's working well.

PS. Build settings -> Architecture -> Architectures and change the option to architecture ( armv7 , armv7s ) not working for me.

I use Xcode 5.0


View the original article here

Wednesday, March 27, 2013

App store build version and version from info.plist releated

Hi,

 

I assume the build version displayed in app store should be in sync with app version given in info.plist and it should be same as archived version.

 

Is there any possibility of modifying only app store builld version?

 

To be very clear, is it possible to have app store version as 1.5.1 and info.plist has 1.2.3?

 

Please confirm.

 

Thanks.


View the original article here

Thursday, March 21, 2013

App store build version and version from info.plist releated

Hi,

 

I assume the build version displayed in app store should be in sync with app version given in info.plist and it should be same as archived version.

 

Is there any possibility of modifying only app store builld version?

 

To be very clear, is it possible to have app store version as 1.5.1 and info.plist has 1.2.3?

 

Please confirm.

 

Thanks.


View the original article here

Monday, March 4, 2013

Xcode build issues and the sim only shows the splash/load screen??


Hi. have built an app that turns page to page, 3rd page has 4 buttons on it each button leads to a uiwebview. all my code has no issues. i believe i've coded it right.



My issue is when it builds it only builds the loading/splash screen, it used to load the 3 screens, the next buttons worked and the back buttons worked. then i built the page with the 4 buttons to webviews. it worked.



I'm getting a 'thread signal 1 sigabrt issue when the sim loads




Can anyone help solve this.



Also when coding a back button do you have to #import "said view controller.h" that you want to go back to in the .m file. I have followed you tube tutorials so far. but now they aren't helping. heres how my code looks for the back/forward buttons etc. (the buttons with names lead to the webview pages).







I type the -(IBAction) in the .h file. then the code in .m. but am i right to import the other .h files in the top of the .m?




My app might run ok when i get past the loading screen issue!!



Thanks for looking !!


View the original article here

Saturday, March 2, 2013

Error when trying to build my Application

Whenever I try to build my Mac Application (A Simple Text Editor) it comes up with the following error:

 

Code Sign error: The identity 'Mac Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains

 

What's wrong?


View the original article here

Thursday, February 28, 2013

Re: code doesn't behave the way it should when i create an ipa . However , if i flash the build directly from xcode it works fine ?

Hi,

 

Are you loading the data in didFinishLaunching ??

If yes then that is the problem.

 

ios defines a specific time for app launch, if your app takes more than the allowed time, ios will crash the app.

 

Possible solution might be move the webservice call from there to some other suitable place, this will ensure that you app will launch regardless of any network issue, which can be handled later.


View the original article here

Thursday, January 31, 2013

how i can build a application

Re: how i can build a application

how i can build a application

My C program won't build.

I put it in terminal, using gcc and then dropping the file in, and get no errors, but it doesn't create an executable file.


View the original article here

Friday, January 11, 2013

Re: Xcode Build and Run window doesn't show anything i done in .xib even a Label?

Oh you right thank you very much Mark.


View the original article here

Re: Xcode Build and Run window doesn't show anything i done in .xib even a Label?

Oh you right thank you very much Mark.


View the original article here

Thursday, January 10, 2013

Xcode Build and Run window doesn't show anything i done in .xib even a Label?

I am new to xcode ,try to learn programing ,i try to build a simple Mac program ,i drag a label icon to .xib user interface and SAVE then RUN ,in the window it won't show anything ?  anyone can help ? thanks


View the original article here

Xcode Build and Run window doesn't show anything i done in .xib even a Label?

I am new to xcode ,try to learn programing ,i try to build a simple Mac program ,i drag a label icon to .xib user interface and SAVE then RUN ,in the window it won't show anything ?  anyone can help ? thanks


View the original article here