ios external not working (.lcext not able to load LC)
Posted: Sat Feb 22, 2014 7:58 am
hi friends, i m new for for this livecode
Note : please help me, if i want to create ios external what type of environment we need(like Mac os, xcode , ios, livecode) and what is the process
i used livecode 6.1.0
and xcode 4.6 ,
and mac osx 10.8.4
ios 6
my question is,
I am working on externals in live code, i am able to build the sample rreHardcopy and run in iPad simulator. When i am trying to run it on iPad it is showing error "Startup error: failed to load external". Any help will be appreciated.
Xcode.ios:
framework Foundation
framework UIKit
framework CoreGraphics
Xcode.mm
bool rreHardcopyIsAvailable(void)
{
// Simple check the class method of UIPrintInterfactionController.
return [UIPrintInteractionController isPrintingAvailable] == YES;
}
then i buile this and copy .lcext file.
then attached to the livecode.
in Livecode:
on mouseUp
answer "rreHardcopyIsAvailable returns" && rreHardcopyIsAvailable()
end mouseUp
livecode settings:
selected ipad/iphone/ipod
ios 5.1 later
BuildIdentifier
profileName
Note : but its not connect to the .lcext file, pls help me
what's happening (if i want to create new ios external plugin, what type of environment we need)
thank you
Note : please help me, if i want to create ios external what type of environment we need(like Mac os, xcode , ios, livecode) and what is the process
i used livecode 6.1.0
and xcode 4.6 ,
and mac osx 10.8.4
ios 6
my question is,
I am working on externals in live code, i am able to build the sample rreHardcopy and run in iPad simulator. When i am trying to run it on iPad it is showing error "Startup error: failed to load external". Any help will be appreciated.
Xcode.ios:
framework Foundation
framework UIKit
framework CoreGraphics
Xcode.mm
bool rreHardcopyIsAvailable(void)
{
// Simple check the class method of UIPrintInterfactionController.
return [UIPrintInteractionController isPrintingAvailable] == YES;
}
then i buile this and copy .lcext file.
then attached to the livecode.
in Livecode:
on mouseUp
answer "rreHardcopyIsAvailable returns" && rreHardcopyIsAvailable()
end mouseUp
livecode settings:
selected ipad/iphone/ipod
ios 5.1 later
BuildIdentifier
profileName
Note : but its not connect to the .lcext file, pls help me
what's happening (if i want to create new ios external plugin, what type of environment we need)
thank you