Wednesday, December 28, 2016

ERROR: libmp3lame >= 3.98.3 not found mac OR #include ^ 1 error generated. ERROR: libmp3lame >= 3.98.3 not found

To resolve the issue first unlink the lame and then link with overwrite. Go to terminal execute below commands 1.brew unlink lame This will unlink . p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff} span.s1 {font-variant-ligatures: no-common-ligatures} Unlinking /usr/local/Cellar/lame/3.99.5......

Tuesday, July 14, 2015

WatchKit App Architecture / Apple watchkit app development started [4 ]

watchkit app on watch and watchkit extension on iphone. choosing the scene on watchkit app, WatchKit tells the paired iPhone to launch your WatchKit extension and create the objects needed to manage that scene. When the scene is fully configured, it is displayed on Apple...

Apple watchkit app development started [3 ] / Configuring Your Xcode Project for watchkit

Watchkit is extension to you iOS app. To add watchkit to app follow below steps(1.File new target watchkit app which will add wathkitapp and  WatchKit extension to your app.  add a new WatchKit app target, which configures the bundles and initial resources for...

WatchKit App / Glance Interfaces / Local and Remote Notifications / Apple watchkit app development started [2] /

1.WatchKit App:- ( contains only the storyboards and resource files associated with your app’s user interface.) It exists on  the Apple Watch home screen.  A WatchKit app acts as the public face of your app but it works in tandem with your WatchKit extension, which is the brains of the operation.  The WatchKit extension...

Apple watchkit app development started [1]

Apple Watch must have the presence of an iPhone to run third-party . To create a third-party app, you need two separate bundles:  1.a WatchKit app (that runs on Apple Watch)  :- contain storyboard and resources only. Code will be in WatchKit extension running on phone. 2. WatchKit extension (that runs on the user’s iPhone)...

Wednesday, May 6, 2015

1down voteaccepted Have you tried selecting your xcode with xcode-select? xcode-select -switch /Applications/Xcode.app/Contents/Developer In most cases… You could also try to renew the xcodebuild via $sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer $cd /usr/bin $sudo rm xcodebuild $ln -s /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild...

Sunday, February 15, 2015

app data loss on version upgrade

When not using Core Data, the only way to preserve user data is to store your database in the user Documents directory as well as the Library directory. Documents NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString...

About

Powered by Blogger.