Tks!
I found a precompiled version of pjsip that works... now im having a
newbie problem to link the Frameworks... and im getting the error
below...
How can i link the Framework?
MacBook-de-Danilo-Canivel:settings tubadc$ make
i686-apple-darwin10-gcc-4.2.1 -Wall -c -O2 SiphonSettings.m -o
SiphonSettings.o
In file included from SiphonSettings.m:22:
SiphonSettings.h:26:24: error: UIKit/UIKit.h: No such file or
directory
SiphonSettings.h:27:32: error: UIKit/UIProgressHUD.h: No such file or
directory
SiphonSettings.h:28:41: error: Preferences/PSListController.h: No such
file or directory
SiphonSettings.h:29:46: error: Preferences/PSListItemsController.h: No
such file or directory
In file included from SiphonSettings.m:22:
SiphonSettings.h:32: error: cannot find interface declaration for
‘PSListController’, superclass of ‘LocalizedListController’
SiphonSettings.h:39: error: cannot find interface declaration for
‘PSListItemsController’, superclass of ‘LocalizedItemsController’
SiphonSettings.m: In function ‘-[LocalizedListController
localizedSpecifiersForSpecifiers:]’:
SiphonSettings.m:32: warning: ‘LocalizedListController’ may not
respond to ‘-bundle’
SiphonSettings.m:32: warning: (Messages without a matching method
signature
SiphonSettings.m:32: warning: will be assumed to return ‘id’ and
accept
SiphonSettings.m:32: warning: ‘...’ as arguments.)
SiphonSettings.m:34: warning: no ‘-titleDictionary’ method found
SiphonSettings.m:37: warning: no ‘-titleDictionary’ method found
SiphonSettings.m:39: warning: ‘LocalizedListController’ may not
respond to ‘-bundle’
SiphonSettings.m:39: warning: no ‘-titleDictionary’ method found
SiphonSettings.m:39: warning: no ‘-titleDictionary’ method found
SiphonSettings.m:42: warning: no ‘-setTitleDictionary:’ method found
SiphonSettings.m: In function ‘-[LocalizedListController
navigationTitle]’:
SiphonSettings.m:50: warning: ‘LocalizedListController’ may not
respond to ‘-bundle’
SiphonSettings.m:50: error: ‘_title’ undeclared (first use in this
function)
SiphonSettings.m:50: error: (Each undeclared identifier is reported
only once
SiphonSettings.m:50: error: for each function it appears in.)
SiphonSettings.m: In function ‘-[LocalizedItemsController
specifiers]’:
SiphonSettings.m:57: warning: ‘LocalizedItemsController’ may not
respond to ‘-itemsFromParent’
SiphonSettings.m:58: warning: ‘LocalizedItemsController’ may not
respond to ‘-localizedSpecifiersForSpecifiers:’
SiphonSettings.m: In function ‘-[AdvancedSettings specifiers]’:
SiphonSettings.m:66: warning: ‘AdvancedSettings’ may not respond to ‘-
loadSpecifiersFromPlistName:target:’
SiphonSettings.m: In function ‘-[SiphonSettings specifiers]’:
SiphonSettings.m:75: warning: ‘SiphonSettings’ may not respond to ‘-
loadSpecifiersFromPlistName:target:’
make: *** [SiphonSettings.o] Error 1
Tks
On Mar 19, 4:54 am, Jandy Kwan <
jandyk...@gmail.com> wrote:
> Dear All
>
> It seems that the simulator version can't be compiled with the i686 version.
> I meet the problem recently.
>
> Regards
> Jandy
>
> 2011/3/19 Samuel Vinson <
samuelv0...@gmail.com>
>
> > Hi,
>
> > This is question should be asked on pjsip list.
> > I see you did it, yesterday.
>
> > Regards
>
> > Samuel.
>
> > 2011/3/18 TuBa <
d.cani...@gmail.com>