bundle identifier null

i am getting this error when i added a new app extension (notification content)

error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.

	Embedded Binary Bundle Identifier:	(null)

i have set it up the same way as another app extension in the app. i have also tried to set the bundle id manually in the info.plist file as noted by some posts, but xcode keeps changing it back to the default of ${PRODUCT_BUNDLE_IDENTIFIER}. e.g. my manual edits to info.plist aren't being accepted for this key.

it seems like maybe PRODUCT_BUNDLE_IDENTIFIER variable is getting cleared to null for that extension during the build process?

any workarounds?

That's what I'm trying to figure out as well?

Are we allowed to update an extension bundle identifier manually? Seems like it only takes what's in the General Tab on the Widget extension and not what's in the plist.

bundle identifier null
 
 
Q