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

  • Home
  • SEARCH
  • 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 8530219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:12:35+00:00 2026-06-11T09:12:35+00:00

Xcode sets syncable=YES by default for entities & properties, e.g., $ cat AppName/AppName.xcdatamodeld/AppName.xcdatamodel/contents …

  • 0

Xcode sets syncable="YES" by default for entities & properties, e.g.,

$ cat AppName/AppName.xcdatamodeld/AppName.xcdatamodel/contents
...
<entity name="Event" representedClassName="Event" syncable="YES">
    <attribute name="timestamp" attributeType="Date" syncable="YES"/>
</entity>
...

Should I set syncable to NO? (I know I can do so by deleting syncable="YES" from the contents file or by adding the key-value pair {com.apple.syncservices.Syncable, NO} under the User Info section of the Data Model inspector.)

  • 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-11T09:12:36+00:00Added an answer on June 11, 2026 at 9:12 am

    Yes, set syncable to NO because MobileMe syncing support is deprecated. See “Editing Core Data Models” of the Xcode 4.4 Release Notes:

    Editing Core Data Models

    • MobileMe syncing support is deprecated. However, the syncable property is still set to YES by default in the User Info Dictionary for entities and properties, but the model editor doesn’t show this setting. 10787672

    To explicitly set syncable to NO for an entity or a property, add a key/value pair in your User Info Dictionary:

    1. Select the entity or property for which you want to turn off synching on a model file.
    2. In the User Info section in the Data Model inspector, add this key/value pair:

      • key – “com.apple.syncservices.Syncable”
      • value – “No”
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In previous versions of Xcode we had the ability to filter which document sets
Created an empty project in Xcode, which merely sets up the App Delegate with
When creating a new project with unit tests, Xcode sets the build configuration to
When you create new Cocoa application Xcode generates MainMenu.xib for you with the sets
Xcode sets variety of environment variables related build when running shell script. Is there
I have a pretty standard Xcode-generated interface for Core Data objects, namely these properties
(XCode 4.3) Why does the following crash at the NSLog statement with EXC_BAD_ACCESS? BOOL
Xcode's dispatch_after template double delayInSeconds = 2.0; double delayInNanoSeconds = delayInSeconds * NSEC_PER_SEC; dispatch_time_t
XCode Attributes Why are the Xcode 4 attributes for setting the frame disabled? I
XCode 3.1.2 using built-in OCTest unit testing. I'm getting a crash when unit tests

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.