Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8386411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:55:51+00:00 2026-06-09T17:55:51+00:00

I want to make iOS Module with Titanium appcelerator. I have connected app.js file

  • 0

I want to make iOS Module with Titanium appcelerator. I have connected app.js file to xCode. every this is working fine.
I can send data and get response. But when I write code for add Event in default Calendar then this is crashed

EKEventStore *eventStore1 = [[EKEventStore alloc] init];
EKEvent *event  = [EKEvent eventWithEventStore:eventStore1];
event.title     = @"EVENT TITLE  4";
event.notes     = @"NOtes";
event.startDate = [[NSDate alloc] init];
event.endDate   = [[NSDate alloc] initWithTimeInterval:600 sinceDate:event.startDate];

[event setCalendar:[eventStore1 defaultCalendarForNewEvents]];
NSError *err;
[eventStore1 saveEvent:event span:EKSpanThisEvent error:&err];
NSLog(@" Error is %@",err);

How I solve this problem?
this is Error Msg

output = run.run(args,False,False,o)
[DEBUG] File "/Users/mac03/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/run.py", line 41, in run
[DEBUG] sys.exit(rc)
[DEBUG] SystemExit: 65
[ERROR] Build Failed. See: /var/folders/5s/3wmzx34548d9jnj7z7v1ylc40000gn/T/mLmdFS2ti/test/build/iphone/build/build.log
mac03:test mac03$ titanium run

I have add Eventkit.framework and also import.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:55:53+00:00Added an answer on June 9, 2026 at 5:55 pm

    You need to change your module.xconfig file to include this line.

    OTHER_LDFLAGS=$(inherited) -framework EventKit
    

    This informs the application to build the EventKit framework into the main binary, it is not enough just to include it in your modules XCode project. Check this part of the docs for more information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Titanium. and I want to make Titanium Module (for iOS). every
I have an iOS app and I want to make it accessible. Everything goes
I want to make an iOS/Android app that does like this: take an photo
I'm developing an iOS app with XCode 4.2 and latest SDK. I have added
I want to disable the status bar in iOS to make my app full-screen.
I want to make http form post using NSURLConnection in iOS. I have two
My iOS app is an musical instrument and I want to make a record
I have an app that works fine in iOS 4, but there is a
I'm developing an iOS App and I want to make a table view, but
I'm trying to make an iOS app. As part of the app, I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.